

/* Photo box */

.boldPhotoBox {
    position: relative;
}

.boldPhotoBox img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.boldPhotoBox.video .aspectVideo {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden;
    z-index: -1;
}

.boldPhotoBox.video iframe {
    border: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100% !important;
    height: 100% !important;
}

.boldPhotoBox.audio iframe {
    width: 100% !important;
    border: none;
    margin: 0 0 -7px;
}

/* Services item */

.rowItem.cellCenter .servicesItem .sIcon {
    margin: 0 auto 24px;
}

/* Image with hover effect */

.bpgPhoto {
    line-height: 0;
	overflow: hidden;
}

.bpgPhoto a {
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.bpgPhoto img {
    display: block;
    height: auto;
    width: 100%;
}

.bpgPhoto {
    position: relative;
}

.captionPane {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	background:rgba(187, 22, 22, 0.86);
    right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .captionPane {
        right: -1px;
    }
}

.touch .captionPane {
    display: none !important;
}

.captionTable {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.captionCell {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.captionTxt {
    display: block;
    padding: 0 20px;
}

.captionTxt {
    margin: 0 0 6px;
    display: block;
    line-height: 1.2;
	font-size: 30px;
	font-family: Montserrat;
	font-weight:500;
	color: #fff;
}

.captionTxt span {
    display: inline-block;
    line-height: 1.2;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.no-touch .captionTxt {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 220ms ease 0;
            transition: all 220ms ease 0;
}

.no-touch .bpgPhoto:hover .captionTxt {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 280ms ease 100ms;
            transition: all 280ms ease 100ms;
}

.captionTxt i {
font-size: 68px;
display: block;
margin: 0 auto 15px;
}

.no-touch .captionTxt i {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 400ms ease 0;
            transition: all 400ms ease 0;
}

.touch .captionTxt i {
    display: none;
}

.no-touch .bpgPhoto:hover .captionTxt i {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 280ms ease 100ms;
            transition: all 280ms ease 100ms;
}

.tilesWall.tiled .gridItem {
	opacity: 0;
	filter: alpha(opacity=0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* BUTTONS */

.boldBtn {
    display: inline-block;
}

.boldBtn.btnBlock {
    display: block;
}

.cellLeft .boldBtn {
    margin: 0 15px 0 0;
}

.cellRight .boldBtn {
    margin: 0 0 0 15px;
}

.cellCenter .boldBtn {
    margin: 0 7px;
}

.boldBtn a, .boldBtn button {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    padding: 14px 18px;
    color: #333;
    background-color: #fff;
    position: relative;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
    -webkit-transition: all 350ms ease;
            transition: all 350ms ease;
}

.boldBtn a:hover, .boldBtn button:hover, .boldArticle .boldBtn a:hover {
    color: #fff;
    background-color: #333;
    text-decoration: none;
    -webkit-transition: all 250ms ease;

            transition: all 250ms ease;
}

.boldBtn.btnBig a, .boldBtn.btnBig button {
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 20px;
}

.boldBtn.btnIco a, .boldBtn.btnIco button {
    padding: 14px 60px 14px 18px;
}

.boldBtn.btnBig.btnIco a, .boldBtn.btnBig.btnIco button {
    padding: 15px 62px 15px 20px;
}

.boldBtn.accent a, .boldBtn.accent button {
    color: #fff;
    background-color: #f37800;
    position: relative;
    z-index: 2;
}

.boldBtn.accent a:hover, .boldBtn.accent button:hover {
    background-color: #fff;
    color: #f37800;
}

.boldBtn.btnDark a, .boldBtn.btnDark button {
    color: #fff;
    background-color: #333;
}

.boldBtn.btnDark a:hover, .boldBtn.btnDark button:hover {
    color: #333;
    background-color: #e8e8e8;
}

.boldBtn.btnAccent a, .boldBtn.btnAccent button {
    color: #fff;
    background-color: #f37800;
}

.boldBtn.btnAccent a:hover, .boldBtn.btnAccent button:hover {
    color: #333;
    background-color: #e8e8e8;
}

.boldBtn.btnGray a, .boldBtn.btnGray button {
    color: #333;
    background-color: #e8e8e8;
}

.boldBtn.btnGray a:hover, .boldBtn.btnGray button:hover {
    color: #fff;
    background-color: #f37800;
}

.boldBtn.btnIco a:before, .boldBtn.btnIco button:before {
    text-align: center;
    width: 42px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 12px 0 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    background-color: rgba(0,0,0,0.1);
}

.boldBtn.btnIco.btnGray a:before, .boldBtn.btnIco.btnGray button:before {
    color: #fff;
}

.boldBtn.btnBig.btnIco a:before, .boldBtn.btnBig.btnIco button:before {
    padding: 13px 0 0;
}

.boldBtn.btnIco a[data-ico-fa]:before, .boldBtn.btnIco button[data-ico-fa]:before {
    content: attr(data-ico-fa);
    font-family: FontAwesome;
}

.boldBtn.btnIco a[data-ico-bold]:before, .boldBtn.btnIco button[data-ico-bold]:before {
    content: attr(data-ico-bold);
    font-family: reconstruction;
}


.boldBtn.btnIco.accent a:before, .boldBtn.btnIco.black a:before, .boldBtn.btnIco.accent button:before, .boldBtn.btnIco.black button:before {
    background-color: rgba(255,255,255,0.1);
}

.no-touch a {
    -webkit-transition: all 360ms ease 0s;
            transition: all 360ms ease 0s;
}

.no-touch a:hover {
    -webkit-transition: all 200ms ease 0s;
            transition: all 200ms ease 0s;
}


.mainHeader:after,.menuHolder .port:after,.topBarPort:after,.boldSiteFooter:before,.boldSiteFooter:after,.boldSiteFooter .port:after,.contentWrap:after,.contentHolder:after,.btBox:after,.boldSection .port:after,.header:after,.boldRow:after,.socialRow:before,.socialRow:after,.servicesItem .sIcon:after,.boldSection:before,.boldSection:after,.psCats:after,.psWrap:after,.btTabs:after,.tabsHeader:after,.neighboringArticles:after,.articleListItem footer:after,.btPagination:after,.boldArticleBody blockquote:after,.tilesWall.classic .bgiTxt:after,.btQuoteItem:after,.boldArticleHeader .socialRow:before {
	content:" ";
	display:table;
	width:100%;
	clear:both
}



/*------------------------------------------------------------------*/
/*	12) PROJECT STICKY
/*------------------------------------------------------------------*/
.fn_cs_project_sticky{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_project_sticky .inner{
	width: 100%;
    float: left;
    clear: both;
    position: relative;
    display: flex;
    flex-direction: row;
}
.fn_cs_project_sticky .left_part{
	width: 350px;
    min-width: 350px;
}
.fn_cs_project_sticky .right_part{
	width: 100%;
    padding-left: 70px;
    position: relative;
}
.fn_cs_sticky_section{
	position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    overflow: visible;
    top: 150px;
}
.fn_cs_sticky_section:after{
	clear: both;
	display: table;
	content: '';
}
.fn_cs_project_sticky .left_part h3{
	margin: 0px;
    padding: 0px;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 48px;
    line-height: 1;
    color: #041230;
	position: relative;
    padding-bottom: 14px;
	margin-bottom: 33px;
}
.fn_cs_project_sticky .left_part h3 span{
	font-weight: 500;
}
.fn_cs_project_sticky .left_part h3:after{
	content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100px;
    height: 2px;
    background-color: #45a2df;
}
.fn_cs_project_sticky .left_part p{
	margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 43px;
}
.fn_cs_project_sticky .left_part a{
	text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 27px;
    font-size: 18px;
    line-height: 24px;
	color: #041230;
}
.fn_cs_project_sticky .left_part a svg,
.fn_cs_project_sticky .left_part a img{
	width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    right: 0px;
    position: absolute;
}
.fn_cs_project_sticky .left_part a .arrow_hover svg,
.fn_cs_project_sticky .left_part a .arrow_hover img{
	opacity: 0;
    right: 20px;
}
.fn_cs_project_sticky .left_part a:hover .arrow svg{
	opacity: 0;
}
.fn_cs_project_sticky .left_part a:hover .arrow_hover svg{
	right: 0px;
	opacity: 1;
	transition: opacity .3s 0s ease, right .3s 0s ease;
}
.fn_cs_project_sticky .right_part ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
}
.fn_cs_project_sticky .right_part li{
	width: 100%;
	margin: 0px;
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 40px;
}
.fn_cs_project_sticky .right_part li:last-child{
	margin-bottom: 0px;
}
.fn_cs_project_sticky .right_part .item{
	width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.fn_cs_project_sticky .right_part .title_holder{
	width: 100%;
    float: left;
    clear: both;
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: 15px;
    padding: 34px 50px 36px 50px;
    box-sizing: border-box;
}
.fn_cs_project_sticky .right_part .title_holder h3{
	margin: 0px;
    padding: 0px;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 10px;
}
.fn_cs_project_sticky .right_part .title_holder h3 a{
	color: #eee;
}
.fn_cs_project_sticky .right_part .title_holder p{
	margin: 0px;
    padding: 0px;
    line-height: 1;
}
.fn_cs_project_sticky .right_part .title_holder p a{
	position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 18px;
    padding-right: 25px;
}
.fn_cs_project_sticky .right_part .img_holder img{
	position: relative;
	opacity: 0;
	z-index: -3;
	min-width: 100%;
	min-height: 250px;
}
.fn_cs_project_sticky .right_part .img_holder .abs_img{
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 15px;
    z-index: 5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.fn_cs_project_sticky .right_part .img_holder a{
	z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.2);
    transition: all .3s ease;
}
.fn_cs_project_sticky .right_part .img_holder a:before{
	content: '';
    background-color: #45a2df;
    left: 50px;
    top: 49px;
    width: 0px;
    height: 2px;
    position: absolute;
    z-index: 22;
    transition: all .3s ease;
    transition-delay: .3s;
}
.fn_cs_project_sticky .right_part .img_holder a:after{
	content: '';
    background-color: #45a2df;
    left: 59px;
    top: 40px;
    width: 2px;
    height: 0px;
    position: absolute;
    z-index: 22;
    transition: all .3s ease;
}
.fn_cs_project_sticky .right_part .title_holder p svg,
.fn_cs_project_sticky .right_part .title_holder p img{
	width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px;
}
.fn_cs_project_sticky .right_part .title_holder > a{
	opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 33;
}
.fn_cs_project_sticky .right_part .item:after{
	left: 30px;
    right: 30px;
    height: 15px;
    bottom: 0px;
    background-color: #45a2df;
    content: '';
    position: absolute;
    z-index: -1;
}
.fn_cs_project_sticky .right_part .item:hover .img_holder a{
	background-color: rgba(15,15,22,.9);
}
.fn_cs_project_sticky .right_part .item:hover .img_holder a:after{
	height: 20px;
}
.fn_cs_project_sticky .right_part .item:hover .img_holder a:before{
	width: 20px;
}
.fn_cs_project_sticky .right_part .item:hover .title_holder p a{
	color: #45a2df;
}
.fn_cs_project_sticky .right_part .item:hover .title_holder > a{
	opacity: 1;
	visibility: visible;
}
@media(max-width: 1400px){
	.fn_cs_project_sticky .right_part .title_holder{padding: 24px 30px 26px 30px;}
	.fn_cs_project_sticky .right_part .img_holder a:after{
		top: 30px;
    	left: 39px;
	}
	.fn_cs_project_sticky .right_part .img_holder a:before{
		top: 39px;
		left: 30px;
	}
	.fn_cs_project_sticky .right_part .title_holder h3{font-size: 18px;}
}
@media(max-width: 1200px){
	.fn_cs_project_sticky .left_part{width: 100%;min-width: 100%;margin-bottom: 70px;}
	.fn_cs_project_sticky .right_part{width: 100%;min-width: 100%;padding-left: 0px;}
	.fn_cs_project_sticky .inner{flex-direction: column;}
	.fn_cs_project_sticky .left_part h3{font-size: 36px;}
}